//OCDistraction by JayPro via Checkman
//8-21-17
//This flowfield is named and designed...unintentionally at first...to keep the viewer from noticing one common feature to all the patterns generated by it.
//Can *you* see what it is?

Aspc=1

A0="pi+sqr(rnd(7.85)) "
A1=".01+rnd(.05)"
A2=".126+rnd(.86)"
A3=".1+rnd(1)"

D0="flip(sgn(abs(y*sgn(a0))-a2))*flip(sgn(a2-abs(x*sgn(a0))))"
D1="sqr(d0-a3)"  
D2="flip(sgn(abs(y*sgn(a0))-a2))*flip(sgn(a2-abs(x*sgn(a0))))"
D3=" d2-a3 "  //(sqr)=overkill. ;)

srcY="flip(sin(trwv(r - r * flip(y* sqr(a0)) )*d1 +sqr(d0)*sin(y*a1))*atan(d3) +sqr(d2)*cos(y-a1))  "

srcX="sqr(trwv(y* cos(sin(x)) * cos(sqr(x*a0) * sqr(a0)) *  sin(r*a0))*d1+d0*sqr(x*a1))*d3+sqr(d2)*sqr(x-a1) "

Vers=300
